ia.TextConfig Class
Contains the configuration information for a piece of report text.
Constructor
ia.TextConfig
-
xml
Parameters:
-
xml
XMLThe XML data that describes the text.
Item Index
Properties
Methods
_parseButtonXML
-
xml
Protected method to be used by subclasses when parsing xml.
Parameters:
-
xml
XMLThe xml data.
_parseTextXML
-
xml
Protected method to be used by subclasses when parsing xml.
Parameters:
-
xml
XMLThe xml data.
getProperties
()
Associative Array
Returns the widgets properties.
Returns:
getProperty
-
id
Gets the value for the property with the given id.
Parameters:
-
id
StringThe property id.
Returns:
parseXML
-
xml
Parses in an XML object containing the configuration xml.
Parameters:
-
xml
XMLThe xml data.
setProperty
-
id
-
value
-
castValue
Sets the value for the property with the given id.
Parameters:
-
id
StringThe property id.
-
value
Number | StringThe property value.
-
castValue
BooleanIndicates the value is a string and needs to be cast to the correct data type.
Properties
cssProps
Associative Array
Custom css properties.
properties
Associative Array
The widgets properties, properties[propertyId] = property.
type
String
The widget node type 'component', 'table', 'button', 'text' or 'image'.
xml
XML
The raw xml data describing the object.